func net/http.http2writeWithByteTimeout

3 uses

	net/http (current package)
		h2_bundle.go#L3763: 	return http2writeWithByteTimeout(w.conn, w.byteTimeout, p)
		h2_bundle.go#L3769: func http2writeWithByteTimeout(conn net.Conn, timeout time.Duration, p []byte) (n int, err error) {
		h2_bundle.go#L7813: 	n, err = http2writeWithByteTimeout(sew.conn, sew.timeout, p)